home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media PAK: SuperPak Software Bundle MPB-03/1
/
Media PAK SuperPak Software Bundle MBP-03-1.iso
/
swotl.bat
< prev
next >
Wrap
DOS Batch File
|
1992-05-15
|
528b
|
25 lines
@echo off
:default
if not exist \lucas\cdgames.exe echo Please run SWOTL from the CD-ROM drive
:direct
if not exist \lucas\cdgames.exe goto exit
\lucas\cdgames PROPER INSTALL %1 %2 %3
:postcdgp
if errorlevel 4 goto spawned
if errorlevel 3 goto error
if errorlevel 2 goto tasked
if errorlevel 1 goto exit
:spawned
pause
goto direct
:tasked
if not exist task.bat echo ERROR -- Unable to establish current task
if not exist task.bat goto exit
call task
goto direct
:error
echo Fatal Error
pause
:exit
cd \